ComponentOne Xamarin Edition
AsPlain Method
C1.CollectionView Assembly > C1.CollectionView Namespace > C1CollectionView<T> Class : AsPlain Method
Returns a ICollectionView<T> whose group items are inline with the data items. Otherwise the collection return the first level of groups and its items must be get from each of the group items.
Syntax
public ICollectionView<object> AsPlain()
See Also

Reference

C1CollectionView<T> Class
C1CollectionView<T> Members